Update README with upcoming agent loop changes#16
Conversation
Added a note about an upcoming agent loop version with improvements. Signed-off-by: Christopher <chrisgrimmofficial@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds a development update announcement to the README and makes a minor formatting correction. The update notifies users about an upcoming version of the agent loop with improved features.
- Adds a "DEV UPDATE" section announcing upcoming agent loop improvements
- Removes trailing whitespace from the plugin repository tip
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </div> | ||
|
|
||
| # DEV UPDATE: | ||
| I have a new version of the agent loop I'll be committing soon. It uses loop logic, has bigger base tool calling, and stricter rules based on project scope. |
There was a problem hiding this comment.
[nitpick] The phrase 'bigger base tool calling' is grammatically unclear. Consider revising to 'enhanced base tool calling' or 'expanded base tool calling' for better clarity.
| I have a new version of the agent loop I'll be committing soon. It uses loop logic, has bigger base tool calling, and stricter rules based on project scope. | |
| I have a new version of the agent loop I'll be committing soon. It uses loop logic, has enhanced base tool calling, and stricter rules based on project scope. |
|
|
||
| </div> | ||
|
|
||
| # DEV UPDATE: |
There was a problem hiding this comment.
[nitpick] The DEV UPDATE section lacks a date or version reference. Consider adding a timestamp or target version (e.g., '# DEV UPDATE (Jan 2025):') to help users understand when this update was posted and track its progress.
| # DEV UPDATE: | |
| # DEV UPDATE (Jun 2024): |
Added a note about an upcoming agent loop version with improvements.